07. AsyncTask Callback Methods

AsyncTask Callback Methods

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Design tip: Ideally, the content in your app loads immediately. If not, try to allow the user to interact with other parts of the app so they’re not sitting idle and watching a progress bar. If there isn’t anything else meaningful in your app for the user to be doing, the Material Design spec offers guidelines on how to show progress for content that takes a long time to load.

AsyncTask Documentation